3.70 \(\int \frac {\log (h (f+g x)^m)}{(a+b x) (c+d x) \log (e (\frac {a+b x}{c+d x})^n)} \, dx\)

Optimal. Leaf size=108 \[ \frac {b \text {Int}\left (\frac {\log \left (h (f+g x)^m\right )}{(a+b x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )},x\right )}{b c-a d}-\frac {d \text {Int}\left (\frac {\log \left (h (f+g x)^m\right )}{(c+d x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )},x\right )}{b c-a d} \]

[Out]

b*Unintegrable(ln(h*(g*x+f)^m)/(b*x+a)/ln(e*((b*x+a)/(d*x+c))^n),x)/(-a*d+b*c)-d*Unintegrable(ln(h*(g*x+f)^m)/
(d*x+c)/ln(e*((b*x+a)/(d*x+c))^n),x)/(-a*d+b*c)

________________________________________________________________________________________

Rubi [A]  time = 0.50, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\log \left (h (f+g x)^m\right )}{(a+b x) (c+d x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Log[h*(f + g*x)^m]/((a + b*x)*(c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]),x]

[Out]

(b*Defer[Int][Log[h*(f + g*x)^m]/((a + b*x)*Log[e*((a + b*x)/(c + d*x))^n]), x])/(b*c - a*d) - (d*Defer[Int][L
og[h*(f + g*x)^m]/((c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]), x])/(b*c - a*d)

Rubi steps

\begin {align*} \int \frac {\log \left (h (f+g x)^m\right )}{(a+b x) (c+d x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )} \, dx &=\int \left (\frac {b \log \left (h (f+g x)^m\right )}{(b c-a d) (a+b x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}-\frac {d \log \left (h (f+g x)^m\right )}{(b c-a d) (c+d x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}\right ) \, dx\\ &=\frac {b \int \frac {\log \left (h (f+g x)^m\right )}{(a+b x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )} \, dx}{b c-a d}-\frac {d \int \frac {\log \left (h (f+g x)^m\right )}{(c+d x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )} \, dx}{b c-a d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 2.01, size = 0, normalized size = 0.00 \[ \int \frac {\log \left (h (f+g x)^m\right )}{(a+b x) (c+d x) \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Log[h*(f + g*x)^m]/((a + b*x)*(c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]),x]

[Out]

Integrate[Log[h*(f + g*x)^m]/((a + b*x)*(c + d*x)*Log[e*((a + b*x)/(c + d*x))^n]), x]

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\log \left ({\left (g x + f\right )}^{m} h\right )}{{\left (b d x^{2} + a c + {\left (b c + a d\right )} x\right )} \log \left (e \left (\frac {b x + a}{d x + c}\right )^{n}\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="fricas")

[Out]

integral(log((g*x + f)^m*h)/((b*d*x^2 + a*c + (b*c + a*d)*x)*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log \left ({\left (g x + f\right )}^{m} h\right )}{{\left (b x + a\right )} {\left (d x + c\right )} \log \left (e \left (\frac {b x + a}{d x + c}\right )^{n}\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="giac")

[Out]

integrate(log((g*x + f)^m*h)/((b*x + a)*(d*x + c)*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

maple [A]  time = 52.40, size = 0, normalized size = 0.00 \[ \int \frac {\ln \left (h \left (g x +f \right )^{m}\right )}{\left (b x +a \right ) \left (d x +c \right ) \ln \left (e \left (\frac {b x +a}{d x +c}\right )^{n}\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/ln(e*((b*x+a)/(d*x+c))^n),x)

[Out]

int(ln(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/ln(e*((b*x+a)/(d*x+c))^n),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log \left ({\left (g x + f\right )}^{m} h\right )}{{\left (b x + a\right )} {\left (d x + c\right )} \log \left (e \left (\frac {b x + a}{d x + c}\right )^{n}\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(h*(g*x+f)^m)/(b*x+a)/(d*x+c)/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="maxima")

[Out]

integrate(log((g*x + f)^m*h)/((b*x + a)*(d*x + c)*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {\ln \left (h\,{\left (f+g\,x\right )}^m\right )}{\ln \left (e\,{\left (\frac {a+b\,x}{c+d\,x}\right )}^n\right )\,\left (a+b\,x\right )\,\left (c+d\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(h*(f + g*x)^m)/(log(e*((a + b*x)/(c + d*x))^n)*(a + b*x)*(c + d*x)),x)

[Out]

int(log(h*(f + g*x)^m)/(log(e*((a + b*x)/(c + d*x))^n)*(a + b*x)*(c + d*x)), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(h*(g*x+f)**m)/(b*x+a)/(d*x+c)/ln(e*((b*x+a)/(d*x+c))**n),x)

[Out]

Timed out

________________________________________________________________________________________